Joint Learning of Syntactic and Semantic Dependencies
نویسنده
چکیده
In this master’s thesis we designed, implemented and evaluated a novel joint syntactic and semantic parsing model. Syntactic and semantic parsing have been and are still being addressed as sequence or pipeline of tasks. As far as we know, the only open domain exception to this pipeline approach was published by Musillo and Merlo (2006). The pipeline processing implies the undesirable and hard to recover effect of error propagation across components. Furthermore, syntax and semantics are assumed to interact between themselves at some degree and these interactions cannot be modeled by a pipeline system. Thus the main objective of this work is to design a joint model and compare the pipeline and joint approaches. Also and in spite of a fair comparison, the computing costs are evaluated. This master’s thesis is concerned to the joint syntactic and semantic parsing under the machine learning paradigm. Therefore a dataset must be available and evaluation measures provided. The CoNLL-2008 shared task (Surdeanu et al., 2008), devoted to joint parsing of syntactic and semantic dependencies, brings these elements and presents an excellent framework to train and evaluate our model. Shared task organizes merged together several data sources to provide training and testing datasets. Furthermore, the shared task evaluation framework comprises widely used measures and in addition our system can be compared to other shared task contributing teams. Our proposed model for joint parsing relies on an on-line structured perceptron for learning (Collins, 2002) and on the Eisner algorithm (Eisner, 1996) for inference. The Eisner algorithm is a bottom-up parser previously successfully extended in the context of syntactic parsing (McDonald and Pereira, 2006; Carreras, 2007). Our proposal is one step further and, as far as we know, for the first time the Eisner algorithm is applied to jointly parse syntactic and semantic dependencies. At each algorithm step a syntactic dependency and some semantic dependencies
منابع مشابه
Discriminative vs. Generative Approaches in Semantic Role Labeling
This paper describes the two algorithms we developed for the CoNLL 2008 Shared Task “Joint learning of syntactic and semantic dependencies”. Both algorithms start parsing the sentence using the same syntactic parser. The first algorithm uses machine learning methods to identify the semantic dependencies in four stages: identification and labeling of predicates, identification and labeling of ar...
متن کاملThe Integration of Dependency Relation Classification and Semantic Role Labeling Using Bilayer Maximum Entropy Markov Models
This paper describes a system to solve the joint learning of syntactic and semantic dependencies. An directed graphical model is put forward to integrate dependency relation classification and semantic role labeling. We present a bilayer directed graph to express probabilistic relationships between syntactic and semantic relations. Maximum Entropy Markov Models are implemented to estimate condi...
متن کاملThe CoNLL 2008 Shared Task on Joint Parsing of Syntactic and Semantic Dependencies
The Conference on Computational Natural Language Learning is accompanied every year by a shared task whose purpose is to promote natural language processing applications and evaluate them in a standard setting. In 2008 the shared task was dedicated to the joint parsing of syntactic and semantic dependencies. This shared task not only unifies the shared tasks of the previous four years under a u...
متن کاملA Joint Model for Parsing Syntactic and Semantic Dependencies
This paper describes a system that jointly parses syntactic and semantic dependencies, presented at the CoNLL-2008 shared task (Surdeanu et al., 2008). It combines online Peceptron learning (Collins, 2002) with a parsing model based on the Eisner algorithm (Eisner, 1996), extended so as to jointly assign syntactic and semantic labels. Overall results are 78.11 global F1, 85.84 LAS, 70.35 semant...
متن کاملDependency Parsing and Semantic Role Labeling as a Single Task
We present a comparison between two systems for establishing syntactic and semantic dependencies: one that performs dependency parsing and semantic role labeling as a single task, and another that performs the two tasks in isolation. The systems are based on local memorybased classifiers predicting syntactic and semantic dependency relations between pairs of words. In a second global phase, the...
متن کامل